home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 May / CHIP Mayıs 1999.bin / program / share / prok / data1.cab / Multicopy_Exe / MultiCopy.exe / 0 / RCDATA / TSTRANGEPROGFORM / TSTRANGEPROGFORM.txt
Encoding:
Text File  |  1998-12-17  |  1.5 KB  |  75 lines

  1. object StrangeProgForm: TStrangeProgForm
  2.   Left = 308
  3.   Top = 221
  4.   BorderStyle = bsDialog
  5.   Caption = 'Conflicting device driver(s) found'
  6.   ClientHeight = 173
  7.   ClientWidth = 239
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 225
  20.     Height = 33
  21.     AutoSize = False
  22.     Caption = 
  23.       'One or more programs for CD writing have been installed on this ' +
  24.       'system.'
  25.     WordWrap = True
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 48
  30.     Width = 225
  31.     Height = 65
  32.     AutoSize = False
  33.     Caption = 
  34.       'Some of the programs installed device drivers that endanger the ' +
  35.       'functionality of this program. Do you want to remove these devic' +
  36.       'e drivers?'
  37.     WordWrap = True
  38.   end
  39.   object Memo1: TMemo
  40.     Left = 0
  41.     Top = 188
  42.     Width = 239
  43.     Height = 73
  44.     Enabled = False
  45.     ReadOnly = True
  46.     TabOrder = 0
  47.   end
  48.   object Button1: TButton
  49.     Left = 72
  50.     Top = 144
  51.     Width = 75
  52.     Height = 23
  53.     Caption = 'Yes'
  54.     ModalResult = 6
  55.     TabOrder = 1
  56.   end
  57.   object Button2: TButton
  58.     Left = 152
  59.     Top = 144
  60.     Width = 75
  61.     Height = 23
  62.     Caption = 'No'
  63.     ModalResult = 7
  64.     TabOrder = 2
  65.   end
  66.   object cbShowAgain: TCheckBox
  67.     Left = 8
  68.     Top = 120
  69.     Width = 225
  70.     Height = 17
  71.     Caption = 'Do not show this again'
  72.     TabOrder = 3
  73.   end
  74. end
  75.